projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf32a0
)
tegra: config: seaboard: Move tegra-common-post to correct place
author
Simon Glass
<
[email protected]
>
Mon, 5 Nov 2012 13:21:01 +0000
(13:21 +0000)
committer
Tom Warren
<
[email protected]
>
Mon, 19 Nov 2012 15:15:42 +0000
(08:15 -0700)
The NAND defines ended up before this include file, but should be after
it, so it doesn't become a post-pre-NAND.
Signed-off-by: Simon Glass <
[email protected]
>
Acked-by: Stephen Warren <
[email protected]
>
Signed-off-by: Tom Warren <
[email protected]
>
include/configs/seaboard.h
patch
|
blob
|
history
diff --git
a/include/configs/seaboard.h
b/include/configs/seaboard.h
index 92c167d7df9aaf4f7fdad9eb33e7293134ec7356..e560e064d45137fe853f22838b571f0034bc5b78 100644
(file)
--- a/
include/configs/seaboard.h
+++ b/
include/configs/seaboard.h
@@
-113,12
+113,13
@@
#define CONFIG_SYS_WHITE_ON_BLACK
#define CONFIG_CONSOLE_SCROLL_LINES 10
-#include "tegra-common-post.h"
-
/* NAND support */
#define CONFIG_CMD_NAND
#define CONFIG_TEGRA_NAND
/* Max number of NAND devices */
#define CONFIG_SYS_MAX_NAND_DEVICE 1
+
+#include "tegra-common-post.h"
+
#endif /* __CONFIG_H */